Xceed DataGrid for Silverlight Documentation
Keys Property


Gets a collection containing the keys in the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property Keys As ICollection(Of TKey)
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim value As ICollection(Of TKey)
 
value = instance.Keys
public ICollection<TKey> Keys {get;}

Property Value

A collection containing the keys in the dictionary.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback